/**********************************************************
 * LAYOUT
 *********************************************************/

body, html {
	padding: 0;
	margin: 0;
	height:100%;
	background: #c3c2bb url(../img/background.png);
}

#body {
	width: 950px;
	margin: 0 auto;
	background: #fff;
}

#head {
	float: left;
	height: 231px;
	width: 100%;
	background-color: #928a77;
	background: url(../img/header_back.jpg) no-repeat 0 0;
}

#head #logo {
	float: left;
	margin: 145px 0 0 25px;
}

#head #menu {
	float: left;
	margin: 158px 0 0 15px;
}

#head #banner_top {
	float: right;
	margin: 95px 20px 0 0;
}

#head #search {
	float: right;
	margin: 35px 15px 0 0;
	width: 199px;
	height: 21px;
	padding: 2px 0px 0 10px;
	background: url(../img/search_back.png) no-repeat 0 0;
}

#index {
	float: left;
	width: 920px;
	height: 30px;
	background-color: #f2f3ec;
	padding: 5px 0 0 30px;
}

#content {
	float: left;
	background-color: #dde1cf;
}

#bottom {
	float: left;
	width: 950px;
	height: 120px;
	background-color: #dde1cf;
}

#foot {
	float: left;
	width: 100%;
	height: 70px;
	padding-top: 10px;
	border-top: 12px #666d7d solid;
	background-color: #928a77;
}

#main {
	float: left;
	width: 630px;
	padding: 10px 50px 25px 50px;
}

#right {
	float: right;
	width: 220px;
}

